Xfce Wiki

Sub domains
 

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
apps:xfce4-panel-profiles:start [2019/11/24 15:54] – created epetrigliaapps:xfce4-panel-profiles:start [2023/07/02 08:11] (current) – Update Latest Release section kevinbowen
Line 1: Line 1:
 +~~NOTOC~~
 +{{ :xfce:xfce.PanelProfiles.png?no link|}}
 ====== Xfce Panel Profiles ====== ====== Xfce Panel Profiles ======
 +  * **[[#Introduction|Introduction]]**
 +  * **[[#Usage|Usage]]**
 +  * **[[#Required Packages|Required Packages]]**
 +  * **[[#Latest Release|Latest Release]]**
 +  * **[[#Source Code Repository|Source Code Repository]]**
 +  * **[[#Reporting Bugs|Reporting Bugs]]**
  
 +----
  
 ===== Introduction ===== ===== Introduction =====
Line 9: Line 18:
  
 ---- ----
 +
 ===== Usage ===== ===== Usage =====
  
-WIP+Panel profiles main window shows a two columns table: on the left there is the configuration's name, at the right the last modification time. The first entry is always the current configuration, all other entries are custom user profiles or provided by the operating system by default.
  
 +<figure "Panel Profiles window">{{:apps:xfce4-panel-profiles:xfce4-panel-profiles-window.png?350|}}</figure>
 +
 +To perform any actions, you need to first select the configuration that you want to consider. Then you can select a button on the bottom bar. The available tasks, from the left to right are:
 +
 +? Apply a configuration
 +! You can apply the selected configuration, if you click {gui>Apply} button. It will be instantly applied to the panel. <note warning>The old current configuration will be lost if you apply a different configuration. Make a backup before doing this!</note>
 +? Save a configuration
 +! You can make a backup of the selected configuration, if you click {gui>Save} button. It will open a dialog, you can insert a name for the copied configuration. <note tip>Custom saved configurations are stored usually in ''~/.local/share/xfce4-panel-profiles''.</note>
 +? Remove a configuration
 +! You can remove the selected configuration, if is possible, if you click {gui>Remove} button. <note warning>Removed configurations cannot be restored!</note>
 +? Export a configuration
 +! You can export the selected configuration if you click {gui>Export} button. It will open a file chooser dialog to allow you to insert the file name and position.
 +? Import a configuration
 +! You can import a previously exported configuration if you click {gui>Import} button. It will open a file chooser dialog to allow you to select the configuration you want to import.
 +
 +[[|Back To Top]]
 ---- ----
-===== Latest Release ===== 
-==== 1.0.9 (2019/06/28) ==== 
- [[https://archive.xfce.org/src/apps/xfce4-panel-profiles/1.0/xfce4-panel-profiles-1.0.9.tar.bz2|https://archive.xfce.org/src/apps/xfce4-panel-profiles/1.0/xfce4-panel-profiles-1.0.9.tar.bz2]] 
  
 +==== Command line usage ====
 +
 +Panel profiles provides two command line options that allow you to load and activate a panel profile or save the current configuration.
 +
 +  xfce4-panel-profiles <load|save> <file>
 +  
 +If you launch ''xfce4-panel-profiles'' without any available options, it launches the graphical user interface.
 +
 +=== Examples ===
 +
 +Save current configuration to ''current-config.tar.bz2'':
 +
 +  xfce4-panel-profiles save current-config.tar.bz2
 +  
 +Load and apply previously saved configuration:
 +
 +  xfce4-panel-profiles load current-config.tar.bz2
 +  
 +<note important>Panel profiles saves the current configuration in the current working directory, so it may overwrite an existent file!</note>
 +
 +[[|Back To Top]]
 ---- ----
-===== Source code repository ===== + 
-[[https://git.xfce.org/apps/xfce4-panel-profiles/]]+===== Required Packages ===== 
 + 
 +  * xfce4-panel 
 +  * python3 
 +  * python3-gi (>= 3.0)
  
 ---- ----
-===== Reporting Bugs ===== 
-If you encounter a bug in ''xfce4-panel-profiles'', please submit a bug report to the [[https://bugzilla.xfce.org/enter_bug.cgi?product=Xfce4-panel-profiles&component=General&resolution=---|Xfce Bugzilla]]. Please note that to do this you will need to have / create an account on Bugzilla. 
  
-<note important>Before reporting a new bug, please try your best to check if it has already been reported (see the latest reports below). [[https://bugzilla.xfce.org/buglist.cgi?list_id=52347&product=Xfce4-panel-profiles&resolution=---|Click here for a full list of bug reports]].</note> +===== Latest Release ===== 
 +{{rss>https://archive.xfce.org/feeds/project/xfce4-panel-profiles 1 date 2h}}
  
-**[[http://bugzilla.xfce.org/enter_bug.cgi?product=Xfce4-panel-profiles|File a new bug or enhancement request]]**+[[https://gitlab.xfce.org/apps/xfce4-panel-profiles/-/blob/master/NEWS|Read the CHANGELOG]]
  
 +  * **[[https://archive.xfce.org/src/apps/xfce4-panel-profiles/|Download current release]]** (link also contains older versions)
  
-==== Open Bugs ==== +[[|Back to Top]] 
-{{rss>https://bugzilla.xfce.org/buglist.cgi?product=Xfce4-panel-profiles;query_format=advanced;ctype=atom 20 1d date}}+---- 
 + 
 +===== Source code repository ===== 
 +[[https://gitlab.xfce.org/apps/xfce4-panel-profiles]] 
 + 
 +---- 
 + 
 +===== Reporting Bugs ===== 
 +  * **[[:apps:xfce4-panel-profiles:bugs|Reporting Bugs]]** -- Open bug reports and how to report new bugs
  
 [[|Back To Top]] [[|Back To Top]]